home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 43
/
Vol 43.iso
/
games
/
superdog.swf
/
scripts
/
DefineSprite_1730
/
frame_37
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-06-25
|
122 b
|
10 lines
behit = true;
if(hp <= 0)
{
gotoAndStop("dead");
play();
}
_parent._parent.hiten.start();
hp -= 1;
play();